home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1499 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  783 b   |  22 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 1 && _root.range == true)
  5.       {
  6.          _root.next_dis1 = 2;
  7.          _root.next_txt1 = "There\'s no way to get him out of that cage, and I\'m not dragging all that around with me.";
  8.       }
  9.       if(_root.micon._currentframe == 2)
  10.       {
  11.          _root.even35 = 1;
  12.          _root.next_dis1 = 2;
  13.          _root.next_txt1 = "That\'s Anastasia\'s experiment.  I don\'t know how she got him so large in over a few days! I think it\'s black magic!";
  14.       }
  15.       if(_root.micon._currentframe == 4 && _root.range == true)
  16.       {
  17.          _root.next_dis1 = 2;
  18.          _root.next_txt1 = "Hey there little fellow.  You sure are fat hampster aren\'t you?";
  19.       }
  20.    }
  21. }
  22.